html {
  scroll-padding-top: 60px; /* height of sticky header */
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

h1 {
  color: #015546;
}

h4 {
  font-weight: 600;
}

.navbar {
  background-color: #015546 !important;
}
.navbar .navbar-toggler {
  color: #fff;
  border: 1px solid #fff;
}
.navbar .navbar-toggler-icon {
  background-image: url(../img/icon.png) !important;
}
.navbar .navbar-brand img {
  height: 45px;
}
.navbar .nav-link {
  color: #fff;
}

#landing {
  background-image: url(../img/DSC07318.jpg);
  background-position: center;
  background-size: cover;
  height: 700px;
}
#landing .row {
  padding-top: 40px;
}
#landing .row h1 {
  font-size: 50px;
  color: #fff;
}
#landing .row p {
  color: #fff;
}

#quienes-somos {
  padding: 20px 40px;
  padding-top: 40px;
  color: #015546;
}
#quienes-somos .custom {
  height: 450px;
}
#quienes-somos .custom img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
#quienes-somos .custom-2 {
  padding-left: 30px;
}
#quienes-somos .custom-2 h4 {
  text-align: center;
}

#nuestros-servicios {
  background-image: url(../img/fondo-servicios.png);
  background-position: center;
  background-size: cover;
  padding: 20px 40px;
}
#nuestros-servicios h1 {
  padding-bottom: 20px;
}
#nuestros-servicios .box {
  background-color: #042F39;
  border-radius: 15px;
  padding: 20px;
  padding-bottom: 40px;
  height: 90%;
  color: #fff;
}
#nuestros-servicios .box img {
  height: 70px;
}
#nuestros-servicios .box h4 {
  text-align: center;
  padding: 20px 0px;
}
#nuestros-servicios .box p {
  font-weight: 300;
  text-align: center;
}

#equipo {
  padding: 20px 40px;
}
#equipo h1 {
  padding-bottom: 20px;
}
#equipo .box-eq {
  padding: 30px;
  padding-bottom: 100px;
  height: 90%;
  border-radius: 15px;
  border: 1px solid #015546;
}
#equipo .box-eq .eq-img{
    width: 100%;
    margin: 0px 0px 20px 0px;
    border-radius: 10px;
}

#equipo .box-eq hr {
  width: 35%;
  border: 1px solid;
}
#equipo .box-eq p {
  padding-top: 30px;
}
#equipo .box-eq:hover {
  background: linear-gradient(rgba(1, 85, 70, 0.9), rgba(1, 85, 70, 0.9)), url(../img/DSC07348.jpg);
  background-size: cover;
  transition: 0.3s;
  color: #fff;
}

#contacto {
  margin-top: 50px;
  padding: 20px 40px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgb(255, 255, 255)), url(../img/edit.png);
  background-position: center;
  background-size: cover;
  height: 500px;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
}
#contacto h1 {
  color: #fff;
}
#contacto h4 {
  font-weight: 300;
}

footer {
  background-color: #042F39;
  padding: 40px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 14px;
}
footer img {
  height: 50px;
}
footer ul {
  display: flex;
  justify-content: end;
  gap: 25px;
  font-size: 16px;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  text-decoration: none;
  color: #fff;
}
footer p img {
  height: 30px;
}
footer .footer-custom {
  margin-top: 55px;
}

@media only screen and (max-width: 576px) {
  #landing {
    padding: 40px;
  }
  #landing h1 {
    font-size: 40px !important;
    padding-bottom: 25px;
  }
  #landing p {
    text-align: center;
  }
  #quienes-somos h1 {
    padding-top: 25px;
  }
  #contacto h4 {
    font-size: 14px;
  }
  footer ul {
    display: block;
  }
  footer p {
    text-align: center;
    margin-top: -45px;
    padding-bottom: 45px;
  }
}/*# sourceMappingURL=style.css.map */